body {
    line-height: 1;
  }
  a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  html,
  body,
  div,
  span,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  samp,
  small,
  strong,
  sub,
  sup,
  var,
  b,
  i,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  abbr[title],
  dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  nav ul {
    list-style: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  del {
    text-decoration: line-through;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none;
  }
  mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }
  input,
  select {
    vertical-align: middle;
  }
  .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
  }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table;
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .wizard,
  .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .wizard a,
  .tabcontrol a {
    outline: 0;
  }
  .wizard ul,
  .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
  }
  .wizard ul > li,
  .tabcontrol ul > li {
    display: block;
    padding: 0;
  }
  .wizard > .steps .current-info,
  .tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em;
  }
  .wizard > .content > .title,
  .tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
  }
  .wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
  }
  .wizard > .steps .number {
    font-size: 1.429em;
  }
  .wizard > .steps > ul > li {
    width: 25%;
  }
  .wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%;
  }
  .wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
  }
  .wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
  }
  .wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
  }
  .wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
  }
  .wizard > .content {
    display: block;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .wizard > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    padding: 2.5%;
  }
  .wizard > .content > .body.current {
    position: relative;
  }
  .wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
  }
  .wizard > .actions > ul {
    display: inline-block;
    text-align: right;
  }
  .wizard > .actions > ul > li {
    margin: 0 0.5em;
  }
  .wizard > .steps > ul > li,
  .wizard > .actions > ul > li {
    float: left;
  }
  .wizard > .steps a,
  .wizard > .steps a:hover,
  .wizard > .steps a:active {
    display: block;
    width: auto;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .wizard > .steps .disabled a,
  .wizard > .steps .disabled a:hover,
  .wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
  }
  .wizard > .steps .current a,
  .wizard > .steps .current a:hover,
  .wizard > .steps .current a:active {
    background: #2184be;
    color: #fff;
    cursor: default;
  }
  .wizard > .steps .done a,
  .wizard > .steps .done a:hover,
  .wizard > .steps .done a:active {
    background: #9dc8e2;
    color: #fff;
  }
  .wizard > .steps .error a,
  .wizard > .steps .error a:hover,
  .wizard > .steps .error a:active {
    background: #ff3111;
    color: #fff;
  }
  .wizard > .actions a,
  .wizard > .actions a:hover,
  .wizard > .actions a:active {
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
  }
  .wizard > .actions .disabled a,
  .wizard > .actions .disabled a:hover,
  .wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
  }
  .tabcontrol > .steps {
    position: relative;
    display: block;
    width: 100%;
  }
  .tabcontrol > .steps > ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
  }
  .tabcontrol > .steps > ul > li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
  }
  .tabcontrol > .steps > ul > li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
  }
  .tabcontrol > .steps > ul > li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
  }
  .tabcontrol > .steps > ul > li.current > a {
    padding: 15px 30px 10px 30px;
  }
  .tabcontrol > .steps > ul > li > a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
  }
  .tabcontrol > .steps > ul > li > a:hover {
    text-decoration: none;
  }
  .tabcontrol > .content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
  }
  .tabcontrol > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
  }
  .tabcontrol > .content > .body ul {
    list-style: disc !important;
  }
  .tabcontrol > .content > .body ul > li {
    display: list-item;
  }
  @import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&subset=latin-ext");
  @font-face {
    font-family: 'avayaIcon';
    src: url("icomoon-font-path/avayaIcon.eot?y5x7t9");
    src: url("icomoon-font-path/avayaIcon.eot?y5x7t9#iefix") format('embedded-opentype'), url("icomoon-font-path/avayaIcon.ttf?y5x7t9") format('truetype'), url("icomoon-font-path/avayaIcon.woff?y5x7t9") format('woff'), url("icomoon-font-path/avayaIcon.svg?y5x7t9#avayaIcon") format('svg');
    font-weight: normal;
    font-style: normal;
  }
  [class^="icon-"],
  [class*=" icon-"] {
    font-family: 'avayaIcon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-logoEngage:before {
    content: icon-logoEngage;
  }
  .icon-logoEngagePart1:before {
    content: icon-logoEngagePart1;
  }
  .icon-logoEngagePart2:before {
    content: icon-logoEngagePart2;
  }
  .icon-arrowDown:before {
    content: icon-arrowDown;
  }
  .icon-webIcon:before {
    content: icon-webIcon;
  }
  .icon-aIcon:before {
    content: icon-aIcon;
  }
  * {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.875rem;
    font-size: 14px;
    font-family: 'Gotham';
    color: #000;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  input,
  select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  input focus,
  select focus {
    outline: none;
  }
  img {
    display: block;
  }
  html {
    overflow-y: auto !important;
  }
  a {
    color: #da291c;
  }
  a:hover {
    color: #da291c;
  }
  a:focus {
    color: inherit;
  }
  sup {
    top: -5px;
  }
  .uppeNumber {
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
  }
  body {
    padding: 0 !important;
    overflow-x: hidden !important;
    height: auto !important;
  }
  body.hiddenScroll {
    position: relative;
    overflow: hidden;
    height: 100vh;
  }
  body .mainContent {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
  }
  body .mainContent.hiddenScroll {
    position: relative;
    overflow: hidden;
    height: 100vh;
  }
  body .blackbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: height, 0.3s, 0.1s;
    -moz-transition: height, 0.3s, 0.1s;
    -o-transition: height, 0.3s, 0.1s;
    -ms-transition: height, 0.3s, 0.1s;
    transition: height, 0.3s, 0.1s;
    background-color: rgba(49,49,51,0.8);
    z-index: 1050;
  }
  body .blackbox .popupModal {
    float: inherit;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0px 40px rgba(0,0,0,0.5);
    box-shadow: 0 0px 40px rgba(0,0,0,0.5);
    background-color: #fff;
    border-top: 8px solid #da291c;
  }
  @media screen and (max-width: 767px) {
    body .blackbox .popupModal {
      top: 10%;
    }
  }
  body .blackbox .popupModal div.cerrar {
    width: 43px;
    height: 43px;
    border-radius: 100px;
    border: 4px solid #f1f1f3;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    background-color: #fff;
    position: absolute;
    z-index: 2;
    right: -21px;
    top: -21px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  @media screen and (max-width: 767px) {
    body .blackbox .popupModal div.cerrar {
      right: 0;
    }
  }
  body .blackbox .popupModal div.cerrar:hover {
    background-color: #da291c;
  }
  body .blackbox .popupModal div.cerrar:hover:before,
  body .blackbox .popupModal div.cerrar:hover:after {
    background-color: #fff;
  }
  body .blackbox .popupModal div.cerrar:before,
  body .blackbox .popupModal div.cerrar:after {
    content: "";
    width: 60%;
    height: 1px;
    background-color: #575759;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  body .blackbox .popupModal div.cerrar:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body .blackbox .popupModal div.cerrar:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  body .blackbox .popupModal .innerPopupModal::-webkit-scrollbar {
    width: 6px;
    background: transparent;
  }
  body .blackbox .innerPopupModal::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f9f9fa;
  }
  body .blackbox .innerPopupModal::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(49,49,51,0.15);
  }
  body .blackbox .innerPopupModal {
    width: 100%;
    overflow-y: auto;
    max-height: 600px;
    margin: 0 auto;
    padding: 40px 8%;
  }
  @media screen and (max-width: 767px) {
    body .blackbox .innerPopupModal {
      height: 450px;
    }
  }
  body .blackbox .innerPopupModal h4 {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 1.875rem;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  body .blackbox .innerPopupModal h4 span {
    font-size: 1.125rem;
    font-size: 18px;
    color: #575759;
  }
  body .blackbox .innerPopupModal p {
    font-size: 0.875rem;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Gotham Book';
  }
  body .blackbox .innerPopupModal p b {
    font-weight: bold;
  }
  body .blackbox .innerPopupModal a.btnPopup {
    float: right;
    display: table;
    padding: 15px 25px;
    margin-top: 40px;
    background-color: #da291c;
    font-size: 0.875rem;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  body .blackbox .innerPopupModal a.btnPopup.centerBtn {
    margin: 40px auto 60px;
    float: none;
  }
  @media screen and (max-width: 767px) {
    body .blackbox .innerPopupModal a.btnPopup {
      margin: 40px auto 0;
      float: none;
    }
  }
  body .blackbox .innerPopupModal a.btnPopup:hover {
    background-color: #ae2116;
    text-decoration: none;
  }
  body .blackbox .innerPopupModal div.videoIframe {
    width: 100%;
  }
  body .blackbox .innerPopupModal div.videoIframe iframe {
    width: 100%;
  }
  header {
    width: 100%;
    min-height: 50px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 14px 0px rgba(144,144,144,0.2);
    box-shadow: 0px 6px 14px 0px rgba(144,144,144,0.2);
    position: relative;
    z-index: 10;
  }
  header .logo {
    width: 190px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-image: url("http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B925cdffb-3155-46db-b3d8-a34933c2e984%7D_bgLogo.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  header .logo svg.logoAvaya {
    width: 90px;
    margin-top: 8px;
    margin-right: 30px;
  }
  header .logo svg.logoAvaya polygon {
    fill: #fff;
  }
  footer {
    width: 100%;
    padding: 15px 3%;
  }
  footer div.contInnerFoot {
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  footer div.contInnerFoot div.contLogo {
    padding: 0 0;
  }
  @media screen and (max-width: 767px) {
    footer div.contInnerFoot div.contLogo div {
      display: table;
      margin: 0 auto;
    }
  }
  footer div.contInnerFoot div.contLogo div svg.logoAvaya {
    width: 100px;
    margin-top: 8px;
  }
  @media screen and (max-width: 767px) {
    footer div.contInnerFoot div.contLogo div svg.logoAvaya {
      margin-top: 0px;
    }
  }
  footer div.contInnerFoot div.contLogo div svg.logoAvaya polygon {
    fill: #fff;
  }
  footer div.contInnerFoot div.contLogo div svg.logoAvayaTagline {
    width: 220px;
    margin-top: 8px;
  }
  @media screen and (max-width: 767px) {
    footer div.contInnerFoot div.contLogo div svg.logoAvayaTagline {
      margin-top: 0px;
    }
  }
  footer div.contInnerFoot div.contLogo div svg.logoAvayaTagline path.avayaWord {
    fill: #fff;
  }
  footer div.contInnerFoot div.contLogo div svg.logoAvayaTagline pathtagLine {
    fill: #313133;
  }
  footer div.contInnerFoot div.contLogo div svg.logoAvayaTagline polygon.line {
    fill: #313133;
  }
  footer div.contInnerFoot div.legal {
  }
  @media screen and (max-width: 767px) {
    footer div.contInnerFoot div.legal {
      display: table;
      padding: 10px 0 0;
      float: none;
    }
  }
  footer div.contInnerFoot div.legal p {
    text-align: center;
    font-size: 0.875rem;
    font-size: 14px;
    font-family: 'Gotham Book';
    margin-bottom: 0;
  }
  footer div.contInnerFoot div.legal p a {
    font-family: 'Gotham Book';
    color: #fff;
  }
  footer div.contInnerFoot div.legal p a.btnCookies {
    cursor: pointer;
  }
  footer div.contInnerFoot div.legal p a:hover {
    color: #da291c;
  }
  @media screen and (max-width: 767px) {
    footer div.contInnerFoot div.legal p {
      display: table;
      margin: 0 auto;
    }
    footer div.contInnerFoot div.legal p br {
      display: none;
    }
    footer div.contInnerFoot div.legal p span {
      font-family: 'Gotham Book';
    }
    footer div.contInnerFoot div.legal p span.legalLink {
      display: table;
      margin: 6px auto;
    }
  }
  footer div.contInnerFoot .contCopy {
    
  }
  @media screen and (max-width: 767px) {
    footer div.contInnerFoot .contCopy {
      padding: 15px 0 0;
      float: none;
    }
  }
  footer div.contInnerFoot .contCopy p {
    font-size: 0.875rem;
    font-size: 14px;
    text-align: right;
    font-family: 'Gotham Book';
    color: #fff;
    margin-bottom: 0;
  }
  @media screen and (max-width: 767px) {
    footer div.contInnerFoot .contCopy p {
      text-align: center;
    }
  }
  body .mainContainer {
    display: table;
    width: 100%;
  }
  body .mainContainer section.formRegister {
    padding: 0;
    width: 100%;
    background-image: url("http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B378da343-d3ba-4b54-a5ae-2aa6f17f67bc%7D_bg-content.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.formRegister {
      -webkit-background-size: 100%;
      -moz-background-size: 100%;
      background-size: 100%;
    }
  }
  body .mainContainer section.formRegister .innerContentForm {
    display: table;
    float: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  body .mainContainer section.formRegister .innerContentForm.innerContentFormThanks {
    padding: 50px 15px;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.formRegister .innerContentForm.innerContentFormThanks {
      padding: 150px 0 0;
    }
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.formRegister .innerContentForm {
      padding: 150px 0 0;
    }
  }
  body .mainContainer section.formRegister .innerContentForm .infoPage {
    display: inline-block;
    vertical-align: middle;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.formRegister .innerContentForm .infoPage {
      padding: 30px 15px;
      background-color: #fff;
    }
  }
  body .mainContainer section.formRegister .innerContentForm .infoPage figure {
    margin-bottom: 50px;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.formRegister .innerContentForm .infoPage figure {
      display: table;
      margin: 0 auto 50px;
    }
  }
  body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt {
    padding-right: 50px;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt {
      padding-right: 0;
      display: table;
      margin: 0 auto;
    }
  }
  body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt p.tagText {
    font-weight: 300;
    font-size: 0.875rem;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt p.tagText:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #a3cae9;
    margin: 15px 0 20px;
  }
  body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt h2 {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 1.75rem;
    font-size: 28px;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt h2 {
      font-size: 2.1875rem;
      font-size: 35px;
    }
  }
  body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt p.redtitle {
    color: #da291c;
    font-size: 1.0625rem;
    font-size: 17px;
    margin-bottom: 20px;
  }
  body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt p {
    color: #575759;
    font-family: 'Gotham Book';
    line-height: 22px;
    font-size: 1rem;
    font-size: 16px;
  }
  body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt p a {
    font-family: 'Gotham Book';
    font-size: 1rem;
    font-size: 16px;
  }
  body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt p a.boxBtn {
    display: table;
    border: 2px solid #da291c;
    outline: none;
    margin: 20px 0 0;
    padding: 12px 25px;
    text-align: center;
    color: #000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-family: 'Gotham Book';
    font-weight: normal;
  }
  body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt p a.boxBtn:hover {
    background-color: #da291c;
    text-decoration: none;
    color: #fff;
  }
  body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt p b {
    font-size: 1.25rem;
    font-size: 20px;
    color: #575759;
    font-weight: bold;
  }
  body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt figure.logoImageAdd {
    width: 140px;
    display: table;
    position: relative;
    float: right;
    margin: 0;
    padding-top: 100px;
  }
  @media screen and (max-width: 1280px) {
    body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt figure.logoImageAdd {
      padding-top: 70px;
    }
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt figure.logoImageAdd {
      margin: 0 auto;
      float: none;
      padding-top: 30px;
    }
  }
  body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt figure.logoImageAdd img {
    width: 100%;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm {
    display: inline-block;
    vertical-align: middle;
    padding: 30px 4% 40px;
    position: relative;
    background-color: rgba(255,255,255,0.9);
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm.innerFormThanks {
    padding: 80px 5%;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm h2.tittleForm {
    margin-bottom: 18px;
    font-size: 1.25rem;
    font-size: 20px;
    font-family: 'Playfair Display';
    font-weight: 700;
    text-align: center;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm h2.tittleForm p {
    margin-top: 30px;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 0.875rem;
    font-size: 14px;
    text-align: left;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm h2.tittleForm p.subtitleform {
    margin-top: 10px;
    text-align: center;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm h2.tittleForm p span.linksPhones {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm h2.tittleForm p span.linksPhones a {
    float: none;
    margin-bottom: 7px;
    font-size: 0.875rem;
    font-size: 14px;
    color: #000;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm h2.tittleForm p span.red {
    display: block;
    margin-top: 8px;
    font-weight: bold;
    font-size: 0.75rem;
    font-size: 12px;
    color: #da291c;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form {
    display: block;
    margin: 0px auto 0;
    width: 100%;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm {
    width: 100%;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .steps {
    display: none;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .content {
    background-color: transparent;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild {
    width: 100%;
    padding: 0% 0;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul {
    display: table;
    width: 100%;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li {
    padding: 0 7px 7px;
    position: relative;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li.onlyFild {
    float: none;
    display: table;
    margin: 0 auto;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li.fullFild {
    width: 100%;
    margin-right: 0;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li.selectFild div {
    margin: 0 auto;
    position: relative;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li.selectFild div:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    right: 2%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #da291c;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li.selectFild div label.error {
    width: 100%;
    margin: 5px 0 0;
    padding-left: 0;
    font-size: 0.75rem;
    font-size: 12px;
    color: #da291c;
    font-weight: bold;
    text-align: center;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li.checkFild >label p b {
    font-weight: bold;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li >label {
    width: 100%;
    margin-bottom: 8px;
    padding-left: 3px;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li >label.error {
    width: 100%;
    margin: 5px 0 0;
    padding-left: 0;
    font-size: 0.75rem;
    font-size: 12px;
    color: #da291c;
    font-weight: bold;
    text-align: center;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li >label p {
    font-weight: bold;
    font-size: 0.75rem;
    font-size: 12px;
    line-height: 14px;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li >label p span {
    color: #da291c;
    font-weight: bold;
    font-size: 0.875rem;
    font-size: 14px;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li input,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li textarea,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li select {
    width: 100%;
    height: 30px;
    display: block;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid rgba(144,144,144,0.5);
    margin: 0 auto;
    padding: 5px;
    font-family: 'Gotham Book';
    font-size: 0.75rem;
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li input:focus,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li textarea:focus,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li select:focus {
    border: 1px solid #da291c;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li input::-webkit-input-placeholder,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li textarea::-webkit-input-placeholder,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li select::-webkit-input-placeholder {
    color: $grisOsc3;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li input::-moz-placeholder,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li textarea::-moz-placeholder,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li select::-moz-placeholder {
    color: $grisOsc3;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li input:-ms-input-placeholder,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li textarea:-ms-input-placeholder,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li select:-ms-input-placeholder {
    color: $grisOsc3;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li input:-moz-placeholder,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li textarea:-moz-placeholder,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li select:-moz-placeholder {
    color: $grisOsc3;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .placeholderclass:before {
    width: 100%;
    content: attr(placeholder);
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .placeholderclass:hover:before,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .placeholderclass:active:before,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .placeholderclass:focus:before {
    width: 0%;
    content: "";
    display: none;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li textarea {
    max-width: 100%;
    min-width: 100%;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    padding: 10px 10px;
    line-height: 18px;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox {
    padding: 10px 15px 0;
    position: relative;
    display: table;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li {
    display: inline-block;
    padding: 0 0 20px;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li:last-child {
    padding-bottom: 0;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li:nth-child(odd) {
    margin: 0 20px 0 0;
  }
  @media screen and (max-width: 767px) {
    body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li {
      padding: 10px 0;
    }
    body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li:nth-child(odd) {
      margin: 0;
    }
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li[class*="col"] {
    width: 48%;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li[class*="col"] label p,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li[class*="col"] label span.btnCheckbox {
    float: left;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li[class*="col"] label p {
    width: 90%;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li.onlyFild {
    float: none;
    display: table;
    margin: 0 auto;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li.fullFild {
    width: 100%;
    margin-right: 0;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li label.error {
    width: auto;
    margin: 5px 0 0;
    padding-left: 0;
    font-size: 0.75rem;
    font-size: 12px;
    color: #da291c;
    font-weight: bold;
    text-align: center;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li label {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 0.75rem;
    font-size: 12px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li label input[type="radio"],
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li label input[type="checkbox"] {
    margin: 0;
    position: absolute;
    width: auto;
    height: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li label input[type="radio"]:checked ~ span.btnCheckbox,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li label input[type="checkbox"]:checked ~ span.btnCheckbox {
    background: rgba(144,144,144,0.7);
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li label span.btnCheckbox {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    border: 2px solid #909090;
    margin-right: 5px;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li label span.btnCheckbox.checkedInput {
    background: rgba(144,144,144,0.7);
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions {
    text-align: center;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul {
    width: 100%;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li {
    width: 100%;
    margin: 0;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li a {
    display: block;
    padding: 12px 25px;
    background-color: #da291c;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li a[href="#previous"] {
    display: block;
    padding: 12px 10px;
    background-color: transparent;
    text-align: center;
    color: #575759;
    font-size: 0.8125rem;
    font-size: 13px;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li a[href="#previous"]:hover {
    color: #da291c;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li a[href="#next"],
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li a[href="#finish"] {
    width: 100%;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li a[href="#next"]:hover,
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li a[href="#finish"]:hover {
    background-color: #ae2116;
    text-decoration: none;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .sendButton {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    margin: 10px 0 0;
    padding: 12px 25px;
    background-color: #da291c;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 0.875rem;
    font-size: 14px;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .sendButton:hover {
    background-color: #ae2116;
    text-decoration: none;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm .statusBarSteps {
    margin: 20px auto 0;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm .statusBarSteps p {
    text-align: center;
    font-weight: bold;
    font-size: 0.875rem;
    font-size: 14px;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm .statusBarSteps p span {
    font-weight: bold;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm .contentThankMessage h2 {
    font-size: 1.5625rem;
    font-size: 25px;
    font-family: 'Playfair Display';
    font-weight: 700;
    text-align: center;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm .contentThankMessage p {
    margin-top: 30px;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 0.875rem;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm .contentThankMessage p b {
    font-size: 1rem;
    font-size: 16px;
    font-weight: bold;
  }
  body .mainContainer section.textBottom {
    padding: 40px 0;
    min-height: 300px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.textBottom {
      padding: 30px 0 0;
    }
  }
  body .mainContainer section.textBottom.bgAvaya {
    background-image: url("http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Be77c92f0-db11-4026-be3a-95611222e482%7D_avayaBG.png");
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
  body .mainContainer section.textBottom.bgGris2 {
    background-color: #f9f9fa;
  }
  body .mainContainer section.textBottom.caracteristics {
    padding: 0;
  }
  body .mainContainer section.textBottom.caracteristics .innertextBottom {
    display: table;
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  body .mainContainer section.textBottom.caracteristics .innertextBottom div {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px;
  }
  body .mainContainer section.textBottom.caracteristics .innertextBottom div.left {
    background-color: #f1f1f3;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.textBottom.caracteristics .innertextBottom div.left >div {
      padding: 0;
    }
  }
  body .mainContainer section.textBottom.caracteristics .innertextBottom div.right {
    background-color: #f9f9fa;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.textBottom.caracteristics .innertextBottom div.right >div {
      padding: 0;
    }
  }
  body .mainContainer section.textBottom.caracteristics .innertextBottom div .contentText {
    width: 65%;
    display: table;
    padding: 0 0 0 30px;
  }
  body .mainContainer section.textBottom.caracteristics .innertextBottom div .contentText p {
    font-size: 1.125rem;
    font-size: 18px;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.textBottom.caracteristics .innertextBottom div .contentText {
      padding: 25px 0 0;
      width: 100%;
    }
  }
  body .mainContainer section.textBottom.caracteristics .innertextBottom div figure {
    width: 35%;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.textBottom.caracteristics .innertextBottom div figure {
      width: 60%;
      margin: 0 auto;
    }
  }
  body .mainContainer section.textBottom.caracteristics .innertextBottom div figure img {
    width: 100%;
  }
  body .mainContainer section.textBottom .pictureInfo.withOutShadow figure {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 30%;
  }
  body .mainContainer section.textBottom .pictureInfo figure {
    float: right;
    width: 60%;
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.textBottom .pictureInfo figure {
      float: none;
      width: 90%;
      margin: 0 auto;
    }
  }
  body .mainContainer section.textBottom .pictureInfo figure img {
    width: 100%;
  }
  body .mainContainer section.textBottom div.innertextBottom {
    margin: 0 auto;
    padding: 0px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  body .mainContainer section.textBottom div.innertextBottom div.fullContent {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0px 0 30px;
  }
  body .mainContainer section.textBottom div.innertextBottom div.fullContent:last-child {
    padding: 0;
  }
  body .mainContainer section.textBottom div.innertextBottom div.fullContent .contentText {
    width: 70%;
    display: table;
    padding: 0 0 0 30px;
  }
  body .mainContainer section.textBottom div.innertextBottom div.fullContent .contentText p {
    font-size: 1.125rem;
    font-size: 18px;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.textBottom div.innertextBottom div.fullContent .contentText {
      padding: 25px 0 0;
      width: 100%;
    }
  }
  body .mainContainer section.textBottom div.innertextBottom div.fullContent figure {
    width: 28%;
    margin-right: 2%;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.textBottom div.innertextBottom div.fullContent figure {
      width: 60%;
      margin: 0 auto;
    }
  }
  body .mainContainer section.textBottom div.innertextBottom div.fullContent figure img {
    width: 100%;
  }
  body .mainContainer section.textBottom div.innertextBottom h2 {
    font-family: 'Playfair Display';
    font-weight: bold;
    font-size: 1.5625rem;
    font-size: 25px;
    margin-bottom: 25px;
  }
  body .mainContainer section.textBottom div.innertextBottom p {
    font-family: 'Gotham Book';
    line-height: 26px;
  }
  body .mainContainer section.textBottom div.innertextBottom p sup {
    font-size: 0.75rem;
    font-size: 12px;
    font-family: 'Gotham Book';
  }
  body .mainContainer section.textBottom div.innertextBottom p a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  body .mainContainer section.textBottom div.innertextBottom ul {
    margin: 20px auto;
  }
  body .mainContainer section.textBottom div.innertextBottom ul li {
    padding-left: 20px;
    margin: 8px auto;
    position: relative;
  }
  body .mainContainer section.textBottom div.innertextBottom ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #a3cae9;
  }
  body .mainContainer section.listPhones {
    background-color: #f9f9fa;
    padding: 40px 40px;
  }
  body .mainContainer section.listPhones h2 {
    display: table;
    margin: 0 auto 0px;
    font-family: 'Playfair Display';
    font-weight: bold;
    text-align: center;
    font-size: 2.1875rem;
    font-size: 35px;
    margin-bottom: 25px;
  }
  body .mainContainer section.listPhones h2 .divisor {
    content: '';
    display: block;
    width: 180px;
    margin: 30px auto;
  }
  body .mainContainer section.listPhones h2 .divisor img {
    width: 100%;
  }
  body .mainContainer section.listPhones ul {
    width: 85%;
    margin: 0 auto;
    position: relative;
    display: table;
  }
  @media screen and (max-width: 1280px) {
    body .mainContainer section.listPhones ul {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: box;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -o-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -o-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
    }
  }
  @media screen and (max-width: 1280px) {
    body .mainContainer section.listPhones ul li {
      padding-bottom: 30px;
    }
    body .mainContainer section.listPhones ul li:last-child {
      padding-bottom: 0;
    }
  }
  body .mainContainer section.listPhones ul li div.containerFlip,
  body .mainContainer section.listPhones ul li div.containerFade {
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
  }
  body .mainContainer section.listPhones ul li div.containerFlip >a,
  body .mainContainer section.listPhones ul li div.containerFade >a {
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
  }
  body .mainContainer section.listPhones ul li div.containerFlip .flipInfo,
  body .mainContainer section.listPhones ul li div.containerFade .flipInfo {
    width: 100%;
    height: 100%;
    position: relative;
  }
  body .mainContainer section.listPhones ul li div.containerFlip .flipInfo >div,
  body .mainContainer section.listPhones ul li div.containerFade .flipInfo >div {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  body .mainContainer section.listPhones ul li div.containerFlip .flipInfo >div.backInfo,
  body .mainContainer section.listPhones ul li div.containerFade .flipInfo >div.backInfo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(255,255,255,0.95);
  }
  body .mainContainer section.listPhones ul li div.containerFlip .flipInfo >div.backInfo div.tittle h4,
  body .mainContainer section.listPhones ul li div.containerFade .flipInfo >div.backInfo div.tittle h4 {
    font-size: 1.375rem;
    font-size: 22px;
    margin-bottom: 20px;
  }
  body .mainContainer section.listPhones ul li div.containerFlip .flipInfo >div.backInfo div.tittle p,
  body .mainContainer section.listPhones ul li div.containerFade .flipInfo >div.backInfo div.tittle p {
    padding: 7%;
    line-height: 20px;
  }
  body .mainContainer section.listPhones ul li div.containerFlip .flipInfo >div >figure,
  body .mainContainer section.listPhones ul li div.containerFade .flipInfo >div >figure {
    width: 100%;
  }
  body .mainContainer section.listPhones ul li div.containerFlip .flipInfo >div >figure img,
  body .mainContainer section.listPhones ul li div.containerFade .flipInfo >div >figure img {
    width: 100%;
    display: block;
  }
  body .mainContainer section.listPhones ul li div.containerFlip .flipInfo >div div.tittle,
  body .mainContainer section.listPhones ul li div.containerFade .flipInfo >div div.tittle {
    position: absolute;
    width: 85%;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  @media screen and (max-width: 1280px) {
    body .mainContainer section.listPhones ul li div.containerFlip .flipInfo >div div.tittle,
    body .mainContainer section.listPhones ul li div.containerFade .flipInfo >div div.tittle {
      top: 30px;
    }
  }
  body .mainContainer section.listPhones ul li div.containerFlip .flipInfo >div div.tittle figure,
  body .mainContainer section.listPhones ul li div.containerFade .flipInfo >div div.tittle figure {
    margin: 0 auto 15px;
    width: 30px;
  }
  @media screen and (max-width: 1280px) {
    body .mainContainer section.listPhones ul li div.containerFlip .flipInfo >div div.tittle figure,
    body .mainContainer section.listPhones ul li div.containerFade .flipInfo >div div.tittle figure {
      width: 20px;
    }
  }
  body .mainContainer section.listPhones ul li div.containerFlip .flipInfo >div div.tittle figure img,
  body .mainContainer section.listPhones ul li div.containerFade .flipInfo >div div.tittle figure img {
    width: 100%;
  }
  body .mainContainer section.listPhones ul li div.containerFlip .flipInfo >div div.tittle h4,
  body .mainContainer section.listPhones ul li div.containerFade .flipInfo >div div.tittle h4 {
    font-size: 1.125rem;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 8px;
  }
  @media screen and (max-width: 1280px) {
    body .mainContainer section.listPhones ul li div.containerFlip .flipInfo >div div.tittle h4,
    body .mainContainer section.listPhones ul li div.containerFade .flipInfo >div div.tittle h4 {
      font-size: 1rem;
      font-size: 16px;
    }
  }
  body .mainContainer section.listPhones ul li div.containerFlip .flipInfo >div div.tittle p,
  body .mainContainer section.listPhones ul li div.containerFade .flipInfo >div div.tittle p {
    font-size: 0.875rem;
    font-size: 14px;
    color: #313133;
  }
  body .mainContainer section.listReports {
    background-color: #f9f9fa;
    padding: 60px 40px;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.listReports {
      padding: 40px 5%;
    }
  }
  body .mainContainer section.listReports h2 {
    display: table;
    margin: 0 auto 0px;
    font-family: 'Playfair Display';
    font-weight: bold;
    text-align: center;
    font-size: 2.1875rem;
    font-size: 35px;
    margin-bottom: 25px;
  }
  body .mainContainer section.listReports h2 .divisor {
    content: '';
    display: block;
    width: 180px;
    margin: 30px auto;
  }
  body .mainContainer section.listReports h2 .divisor img {
    width: 100%;
  }
  body .mainContainer section.listReports ul {
    width: 85%;
    margin: 0 auto;
    position: relative;
    display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  @media screen and (max-width: 1280px) {
    body .mainContainer section.listReports ul {
      width: 100%;
    }
  }
  @media screen and (max-width: 1280px) {
    body .mainContainer section.listReports ul li {
      padding-bottom: 30px;
    }
    body .mainContainer section.listReports ul li:last-child {
      padding-bottom: 0;
    }
  }
  body .mainContainer section.listReports ul li div.containerInfo {
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
  }
  body .mainContainer section.listReports ul li div.containerInfo figure.reportImage {
    width: 100%;
  }
  body .mainContainer section.listReports ul li div.containerInfo figure.reportImage img {
    width: 100%;
    display: block;
  }
  body .mainContainer section.listReports ul li div.containerInfo div.text {
    padding: 30px 50px;
    margin: 0 auto;
  }
  @media screen and (max-width: 1280px) {
    body .mainContainer section.listReports ul li div.containerInfo div.text {
      top: 30px;
    }
  }
  body .mainContainer section.listReports ul li div.containerInfo div.text h4 {
    font-size: 1.125rem;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 8px;
  }
  @media screen and (max-width: 1280px) {
    body .mainContainer section.listReports ul li div.containerInfo div.text h4 {
      font-size: 1rem;
      font-size: 16px;
    }
  }
  body .mainContainer section.listReports ul li div.containerInfo div.text p {
    font-size: 0.875rem;
    font-size: 14px;
    color: #313133;
    line-height: 18px;
    text-align: center;
    font-family: 'Gotham Book';
  }
  body .mainContainer section.listReports ul li div.containerInfo div.text p.tag {
    font-weight: 300;
    display: table;
    margin: 0 auto 20px;
    font-size: 0.75rem;
    font-size: 12px;
    text-transform: uppercase;
  }
  body .mainContainer section.listReports ul li div.containerInfo div.text p.tag:after {
    content: '';
    display: block;
    width: 95%;
    height: 3px;
    background-color: #a3cae9;
    margin: 5px auto 0px;
  }
  body .mainContainer section.listReports ul li div.containerInfo figure.arrowLink {
    padding: 0px 0 30px;
    margin: 0 auto;
    width: 30px;
  }
  @media screen and (max-width: 1280px) {
    body .mainContainer section.listReports ul li div.containerInfo figure.arrowLink {
      width: 20px;
    }
  }
  body .mainContainer section.listReports ul li div.containerInfo figure.arrowLink img {
    width: 100%;
  }
  body .mainContainer section.contactSection {
    background-color: #f1f1f3;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  body .mainContainer section.contactSection .ctaContent {
    display: inline-block;
    vertical-align: middle;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.contactSection .ctaContent {
      padding: 30px 5%;
    }
  }
  body .mainContainer section.contactSection .ctaContent .innerCtaContent {
    display: table;
    padding: 0px 50px 0;
    margin: 0 auto;
  }
  @media screen and (max-width: 991px) {
    body .mainContainer section.contactSection .ctaContent .innerCtaContent {
      padding: 0px 5% 0;
    }
  }
  body .mainContainer section.contactSection .ctaContent .innerCtaContent p {
    font-family: 'Playfair Display';
    font-weight: bold;
    font-size: 1.875rem;
    font-size: 30px;
    margin-bottom: 25px;
  }
  body .mainContainer section.contactSection .ctaContent .innerCtaContent a {
    display: table;
    border: 2px solid #da291c;
    outline: none;
    margin: 20px 0 0;
    padding: 12px 25px;
    text-align: center;
    color: #000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-family: 'Gotham Book';
    font-weight: normal;
  }
  body .mainContainer section.contactSection .ctaContent .innerCtaContent a:hover {
    background-color: #da291c;
    text-decoration: none;
    color: #fff;
  }
  body .mainContainer section.contactSection .footerPattern {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
  }
  body .mainContainer section.contactSection .footerPattern img {
    width: 100%;
  }
  /*# sourceMappingURL=main.css.map */